home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2917 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  827 b 

  1. Path: slip1-71.acs.ohio-state.edu!geniec.2
  2. From: geniec.2@postbox.acs.ohio-state.edu (Joseph Alexander Geniec)
  3. Newsgroups: comp.lang.c++
  4. Subject: File Manager's Associations
  5. Date: Sat, 20 Jan 1996 14:36:20 GMT
  6. Organization: The Ohio State University
  7. Distribution: na
  8. Message-ID: <geniec.2.2.3100FDE3@postbox.acs.ohio-state.edu>
  9. NNTP-Posting-Host: slip1-71.acs.ohio-state.edu
  10. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #1]
  11.  
  12. I want to execute an application from within another
  13. application using the WinExec function. (Specific to
  14. MS Windows programming, I know) The problem is
  15. I want to, for example, have the user type in the
  16. filename of a bitmap file, and it's associated application
  17. should execute. (ie paintbrush) The file associations
  18. are made from the file manager of course. How do I
  19. do this?
  20.  
  21. -Joe
  22.  
  23.